Content Library Subscriptions CreateSpec
Content Library Subscriptions CreateSpec
The Content Library Subscriptions CreateSpec schema defines the information required to create a new subscription of the published library.
This schema was added in vSphere API 6.7.2.
JSON Example
{
"subscribed_library": {
"target": "string",
"new_subscribed_library": {
"name": "string",
"description": "string",
"storage_backings": [
{
"type": "string",
"datastore_id": "string",
"storage_uri": "string"
}
],
"automatic_sync_enabled": false,
"on_demand": false
},
"subscribed_library": "string",
"location": "string",
"vcenter": {
"hostname": "string",
"https_port": 0
},
"placement": {
"folder": "string",
"cluster": "string",
"resource_pool": "string",
"host": "string",
"network": "string"
}
}
}
subscribed_library
Required
Specification for the subscribed library to be associated with the subscription.
This property was added in vSphere API 6.7.2.